-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sprint 1 functionality #46
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Configured Devise * Added in User * Created default route for unauthorized requests * Spiffed up index page to show current user's actions
Migrated from `type` to `relationship` to describe the type of donation.
# Conflicts: # app/views/layouts/application.html.erb
…ting email text, and creating test request for email previews
…environments... should be able to see email in terminal now when request is created.
updating readme to include some info on current actionmailer status
* First Dockerfile * Fixed dependencies * Dependency build order sped up * rm .env * Update README.md * Add Windows quirks to ReadMe * Add rails webpacker:install to the readme * Gemfile bump Co-authored-by: tumbleshack <[email protected]>
* Generated `Request` scaffold * Added initial validation and link to form * Changed form copy to show Figma copy * `type` is a reserved field in Rails * Migrated from `type` to `relationship` to describe the type of donation. * Added enum-based fields * Added link to home page * Added link to home page
…rriesCloset into feature/add-email
…nments folder, added gmail username and password info to example.env for team members to access
…rriesCloset into feature/add-email
Feature/add email
* populated dropdowns and fixed phone type storage * all validation except conditional address, dfcs link * plugged in a stylesheet (I think) and styling splash page * did some more styling, images links in top bar need work * bit more styling, top bar is button links for now * Update Gemfile and Gemfile.lock (may be 2.5.5 to 2.7.0 .lock issues)
* Upgraded from Ruby 2.7.0 to 2.7.2 * Turns out you can throw Rails commands on one line * Might stabalize Windows and Linux environments * Bumped Rails version - Created `rails_user` to control server (previously `root`) - Opened all potential ports - Slimmed down the Docker context copied to container * Updated Dockerfile * Docker now working from clean repo
update readme with error handling info for action mailer
- Add items to Requests as string - Added better seeding of data - Adds automatic creation of up to 10 Requests inside of db/seeds.rb. This file will automatically generate data when run with bin/rails db:seed.
* initial route configuration * add "My Requests" button and functionality * add nil checks to dynamically load "My Requests" button * motify title
lincolnanders5
approved these changes
Feb 9, 2021
* Add all role fields * Added convenience scopes and default admin user * Created route protection method * Added convenience link to all requests if admin reviewed by Nooreen
nooreenfarooqui
approved these changes
Feb 22, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed 2/22/21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See iteration plan for details